html,body{margin:0;padding:0;height:100%;width:100%;font-family:'Montserrat',sans-serif;color:#000;background:linear-gradient(-45deg,#FFFC00,#FFF900,#FFFFE0,#FFFC00);background-size:400% 400%;animation:animatedGradient 15s ease infinite;overflow:hidden}@keyframes animatedGradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100vh;width:100%;padding:1rem;box-sizing:border-box}img.logo{width:80px;height:80px;margin-bottom:1.5rem}h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin:0 0 1rem 0;line-height:1.1}p.tagline{font-size:clamp(1rem,4vw,1.5rem);font-weight:400;margin:0 0 2.5rem 0;max-width:600px;line-height:1.4}a.cta{display:inline-block;background:#fff;color:#000;font-size:1.125rem;font-weight:700;text-decoration:none;padding:1rem 2.5rem;border-radius:50px;border:2px solid #000;box-shadow:0 4px 10px rgba(0,0,0,0.1);transition:all .2s ease}a.cta:hover,a.cta:focus{background:#000;color:#fff;box-shadow:0 6px 12px rgba(0,0,0,0.2);transform:translateY(-2px)}#cookie-banner{display:none;position:fixed;bottom:0;left:0;width:100%;background:rgba(0,0,0,0.9);color:#fff;padding:1rem;box-sizing:border-box;z-index:1000;text-align:center;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}#cookie-banner p{margin:0;font-size:.875rem}#cookie-button{background:#fff;color:#000;border:none;padding:.5rem 1rem;border-radius:30px;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s}#cookie-button:hover{background:#eee}